home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / wb / czesc_4 / vark15 / utils p-z / retire.lha / retire / Retire.doc < prev    next >
Text File  |  1996-05-19  |  2KB  |  74 lines

  1.  
  2.  I know the new Installer by Amiga Technologies, and so I think,
  3.  Retire is not absolutely required for the future of Amiga. But
  4.  I needed something to check the Aminet upload via the German Telekom
  5.  (it's my first trial) and the old version of Retire was still in
  6.  the net. Here is a newer one. (19-may-96)
  7.  
  8.  
  9.  
  10.  
  11.  RETIRE  -  a shell command to remove entries from user-startup.
  12.  ---------------------------------------------------------------
  13.  
  14.  Version 1.2  -  1-may-95
  15.  
  16.  Author: Ralf Gruner
  17.          An der Sense 5a
  18.          D-02779 Großschönau
  19.          Germany
  20.  
  21.  Retire is a simple way to remove entries of applications from the
  22.  S:User-Startup file without using the installer.
  23.  
  24.  It is useful in shell scripts for uninstalling of applications.
  25.  
  26.  The syntax is
  27.  
  28.    retire <application_name> [<application_name_2> ...]
  29.  
  30.  Retire searchs for the standard installer type entries:
  31.  ;BEGIN <application_name>
  32.  ...
  33.  ;END <application_name>
  34.  
  35.  If found, Retire removes the lines from BEGIN to END of the application
  36.  entry.
  37.  If the next END does not match the BEGIN (different application name),
  38.  an error message tells you the problem and nothing will be removed.
  39.  
  40.  Application names containing spaces must be written in quotes.
  41.  
  42.  Retire is in the Public Domain, so you can do with it what you want.
  43.  Detailed information how Retire works you will find in the source code.
  44.  
  45.  Ralf
  46.  
  47.  
  48.  
  49.  
  50.  Disclaimer
  51.  ----------
  52.  This program is provided "as is" without warranty of any kind, either
  53.  expressed or implied, including, but not limited to, the implied warranty
  54.  of fitness for a particular purpose.  Though every care has been taken to
  55.  make this program system-friendly and bugs-free, the entire risk as to the
  56.  results, reliability and performance of this program is assumed by you.
  57.  
  58.  
  59.  History
  60.  -------
  61.  
  62.  - 1.0  (3.4.95)
  63.    First release.
  64.  
  65.  - 1.1 (15.4.95)
  66.    If no matching application name was found, Retire now avoids writing
  67.    of S:User-Startup.
  68.    Retire does now a much better job if disk errors detected.
  69.    If Retire finds a group of empty lines it will remove all but one.
  70.  
  71.  - 1.2  (1.5.95)
  72.    Some little changes.
  73.  
  74.